Live freelance tracking. Raw descriptions turned into structured data. Find your next tech project without the noise.
freelancer.com 🟡 2026-05-04
🔹 Gemini Output Retriever
👤 Client: 🇦🇺 Sydney, Australia Member since 2012-07-30
💰 Price: $14 Average bid
🚩 Problem: Automate the process of retrieving specific keywords from webpages using Google Gemini and inputting them into a Google Sheets document.
📦 Existing: [URLs]
Specifications:
[Stack] Python, Selenium, BeautifulSoup, Google Sheets API
[Method] Automate browser interaction with Python and Selenium to execute Gemini commands on provided URLs. Parse output using BeautifulSoup.
[UI/UX] Not specified
[Security] Ensure secure handling of credentials (use environment variables). Implement error handling for retries and timeouts.
[Format] JSON or CSV formatted data for input into Google Sheets
Workflow:
1. Set up Python environment with required libraries: Selenium, BeautifulSoup, and Google Sheets API client.
2. Write a script to read URLs from a provided list.
3. Use Selenium to open each URL in a headless browser instance.
4. Execute Gemini commands on the webpage content.
5. Parse the output using BeautifulSoup to extract relevant keywords.
6. Format the extracted data into JSON or CSV format.
7. Write the formatted data to a Google Sheets document.